(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPCeil()
SYNOPSIS
LONG y

LOCATION
In MathBase at offset 16
FUNCTION
Calculate the least integer ffp-number greater than or equal to fnum1

INPUTS
y
ffp number
RESULT

Flags: zero : result is zero negative : result is negative overflow : 0

NOTES
EXAMPLE
BUGS
SEE ALSO
SPFloor()
INTERNALS
ALGORITHM: Ceil(y) = - Floor(-y)

HISTORY
25.06.1997 bergers
*** empty log message ***
30.05.1997 aros
*** empty log message ***